func net.sotypeToNet
5 uses
net (current package)
unixsock_posix.go#L73: func sotypeToNet(sotype int) string {
unixsock_posix.go#L107: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L123: addr = &UnixAddr{Name: sa.Name, Net: sotypeToNet(c.fd.sotype)}
unixsock_posix.go#L136: if addr.Net != sotypeToNet(c.fd.sotype) {
unixsock_posix.go#L149: if addr.Net != sotypeToNet(c.fd.sotype) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |